www.gusucode.com > HCONLY站长管理助手 V1.3 > HCONLY站长管理助手 V1.3\code\tools\shua_pv\2.asp

    <%
dim url,time1,no,ifr1
ifr1=request("ifr")
url=trim(request("url"))
time1=trim(request("time1"))
if request("no")<>"" then
no=request("no") + 1
else
no=1
end if

%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta HTTP-EQUIV=refresh Content='<%=time1%>;url=2.asp?url=<%=url%>&time1=<%=time1%>&no=<%=no%>&ifr=<%=ifr%>'>
<LINK href="images/webmail.css" type=text/css rel=stylesheet>
<title>刷新主程序</title>
<style type="text/css">
<!--
body {
	background-color: #E8FFE8;
}
-->
</style></head>
<body topmargin="0" leftmargin="0">
<p style="line-height: 150%" >
正在刷新中.....已刷新<font color="#FF0000"><%=no%> </font>次 间隔时间:<%=time1%>秒<br> 
刷新网址:<a target="_blank" href="<%=url%>"><%=url%></a>
<iframe name="windows2" width="0" height="0" border="0" frameborder="0" scrolling="no" src="<%=url%>"></iframe>
</span>
</p>
</body>
</html>